home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1998-06-24 | 630 b | 31 lines |
- 'To use this you must have the stars extention in slot no.20
-
- 'Heres the problem:
- 'when I use the "double buffer" command and move a bob at the same
- 'time the background messes up
- '
- '
- 'If you know a way to stop the screen messing up and still use the
- 'Double Buffer command please send a e-mail into the amos-list
- '
- Ink 3
- Circle 10,10,5
- Paint 10,10,0
- Get Bob 0,1,5,5 To 15,15
- Extension_20_0006
- Extension_20_003A 0,0,20
-
- 'Put a ' at the start of the next line to see what
- 'is MENT to happen
-
- 'Double Buffer
-
- A$="B: Move 200,0,30;M -200,0,30; J B"
- Bob 1,20,100,1
-
-
- Channel 1 To Bob 1
- Amal 1,A$
- Amal On
- Wait Key
- Edit